From: Richard M. Stallman Date: Fri, 15 Dec 2006 21:21:43 +0000 (+0000) Subject: (shell): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~31497 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c3342e8eb3eaf4560210fd030383a940640648f2;p=emacs.git (shell): Doc fix. --- diff --git a/lisp/shell.el b/lisp/shell.el index a257bafcd4f..27220b54ab0 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -520,8 +520,7 @@ If BUFFER exists but shell process is not running, make new shell. If BUFFER exists and shell process is running, just switch to BUFFER. Program used comes from variable `explicit-shell-file-name', or (if that is nil) from the ESHELL environment variable, - or (if that is nil) from `shell-file-name' - or else from SHELL if there is no ESHELL. + or (if that is nil) from `shell-file-name'. If a file `~/.emacs_SHELLNAME' exists, or `~/.emacs.d/init_SHELLNAME.sh', it is given as initial input (but this may be lost, due to a timing error, if the shell discards input when it starts up).